GUI Help > Special > addListViewColumn

addListViewColumn
addListViewColumn handle gadget, str caption, int width

Description:
Adds a column to a listview. When the listview is in table view mode (LISTVIEW_REPORT), the table has a number of columns at the top. The first is for the main item (eg: File Name), the others are for the subitems associated with that item (eg: Type / File Size).

Return Value:


Parameters:
gadget Handle to a listview gadget
caption The text of the new column.
width The width of the new column in pixels.
Remarks:


See Also:


Example:
(Note: You will need to include the GUI constants file for this example to work)